bitkeeper revision 1.1159.28.3 (41207575mzlF_0ur32BtoOyRJw22pg)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 16 Aug 2004 08:51:01 +0000 (08:51 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 16 Aug 2004 08:51:01 +0000 (08:51 +0000)
Skip check on recreate.

tools/python/xen/xend/XendDomainInfo.py

index 0f17c10b4e29f050731527ea93b13781c988f5c5..b3d9e7bef1efd36241a0d406c00802ef8b8d4aeb 100644 (file)
@@ -465,6 +465,7 @@ class XendDomainInfo:
         @param name: name
         @raise: VMerror if invalid
         """
+        if self.recreate: return
         if name is None or name == '':
             raise VmError('missing vm name')
         if name[0] in string.digits: